From d7e7d1ec203f82dfb7e33a426030b0af7cd88021 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 1 Oct 2002 18:10:11 +0000 Subject: [PATCH] Add comment for someone with Garmins to fix up the setshort stuff. --- garmin.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/garmin.c b/garmin.c index c6a81fa79..c85195b57 100644 --- a/garmin.c +++ b/garmin.c @@ -83,6 +83,16 @@ data_write(void) } i = 0; + /* + * FIXME: Someone that knows the Garmin protocol could + * do something clever here and switch on gps_save_id to + * setshort_length to + * 15 for the V, + * 10 for Street Pilot, Rhino, 76 + * 6 for the III, 12, emap, and etrex + * Fortunately, getting this "wrong" only results in ugly names + * when we're using the synthesize_shortname path. + */ setshort_length(10); setshort_mustupper(1); QUEUE_FOR_EACH(&waypt_head, elem, tmp) { -- 2.30.2